MySQL 对象管理 用户管理
create user root@"%" identified by "kingbase";
Query OK, 0 rows affected (0.02 sec)
mysql> grant all on *.* to root@"%";
create user root@"%" identified by "kingbase";
Query OK, 0 rows affected (0.02 sec)
mysql> grant all on *.* to root@"%";